chore(release): publish packages#1330
Conversation
grdsdev
commented
Mar 25, 2026
- storage_client@2.5.1
- supabase@2.10.4
- supabase_flutter@2.12.2
- storage_client@2.5.1 - supabase@2.10.4 - supabase_flutter@2.12.2
There was a problem hiding this comment.
Pull request overview
Release chore PR to publish new versions of the storage_client, supabase, and supabase_flutter packages, keeping package metadata and changelogs in sync across the monorepo.
Changes:
- Bump package versions:
storage_client→ 2.5.1,supabase→ 2.10.4,supabase_flutter→ 2.12.2. - Update inter-package dependencies to the newly published versions.
- Add release notes to per-package changelogs and the workspace
CHANGELOG.md.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/supabase_flutter/pubspec.yaml | Bumps supabase_flutter version and updates supabase dependency. |
| packages/supabase_flutter/lib/src/version.dart | Updates runtime version constant to 2.12.2. |
| packages/supabase_flutter/example/pubspec.yaml | Updates example dependency to supabase_flutter: ^2.12.2. |
| packages/supabase_flutter/CHANGELOG.md | Adds 2.12.2 changelog entry. |
| packages/supabase/pubspec.yaml | Bumps supabase version and updates storage_client dependency. |
| packages/supabase/lib/src/version.dart | Updates runtime version constant to 2.10.4. |
| packages/supabase/CHANGELOG.md | Adds 2.10.4 changelog entry. |
| packages/storage_client/pubspec.yaml | Bumps storage_client version to 2.5.1. |
| packages/storage_client/lib/src/version.dart | Updates runtime version constant to 2.5.1. |
| packages/storage_client/CHANGELOG.md | Adds 2.5.1 changelog entry. |
| CHANGELOG.md | Adds workspace release entry for 2026-03-25. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| flutter: | ||
| sdk: flutter | ||
| supabase_flutter: ^2.12.1 | ||
| supabase_flutter: ^2.12.2 |
There was a problem hiding this comment.
The example app's Dart SDK constraint is still >=2.15.0 <3.0.0, but supabase_flutter 2.12.x requires Dart >=3.3.0 (per the package pubspec). As-is, flutter pub get for the example will fail; update the example's environment: constraints to match the minimum Dart/Flutter versions required by supabase_flutter (or otherwise adjust the dependency strategy).